google.golang.org/grpc.retryThrottler.throttle (method)

4 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1490: func (rt *retryThrottler) throttle() bool {
		stream.go#L633: 				cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L639: 			cs.retryThrottler.throttle() // This counts as a failure for throttling.
		stream.go#L658: 	if cs.retryThrottler.throttle() {